Click or drag to resize

CopiedEvent Class

Represents an event in which an item or folder is copied.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CopiedEvent : Event

The CopiedEvent type exposes the following members.

Constructors
  NameDescription
Public methodCopiedEvent
Initializes a new instance of the CopiedEvent class.
Top
Properties
  NameDescription
Public propertyId
Represents the identifier of the item or folder.
Public propertyOldId
Contains the unique identifier of the original item or folder before it was copied.
Public propertyOldParentFolderId
Contains the identifier of the original parent folder of an item or folder that was copied.
Public propertyParentFolderId
Represents the identifier of the folder that contains the copy.
Public propertyTimeStamp
Represents the timestamp of a copy item/folder mailbox event.
Public propertyWatermark (Inherited from Event.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also